TextAreaVerticalAlignment Enumeration

Represents the vertical alignment of the text area inside a shape.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public enum TextAreaVerticalAlignment

Members

Top0 Vertical alignment of text area inside a shape should start at the top of the shape.
Middle1 Vertical alignment of text area inside a shape should start at the middle of the shape.
Bottom2 Vertical alignment of text area inside a shape should start at the bottom of the shape.
Justify3 Vertical alignment of text area inside a shape should be justified.
None4 None.

See Also